home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / tran05.zip / TRANWIN.TXT < prev   
Text File  |  1993-01-20  |  4KB  |  82 lines

  1. Translate v.05, by Erick Hammersmark
  2. ehammers@u.washington.edu
  3.  
  4. Translate is a program to translate a string to it's component ascii
  5. values, or vice-versa.  It can copy to and paste from the clipboard,
  6. and supports both decimal and hex.
  7.  
  8. Translate was written in Visual Basic 1.0, so you will need a copy of
  9. vbrun100.dll to run it.  You may have already have a copy of vbrun100.dll
  10. for some other program.  If so, you only need to keep one copy.  You should
  11. put it in your Windows directory, or in some other directory that is in your
  12. search path.
  13.  
  14. Translate has several options available.  Pressing the grey "arrow"
  15. button will toggle between "Big Translate" and "Small Translate".  In
  16. the former, all configuration options are available to you graphically
  17. (radio buttons, check boxes, etc.).  In the latter, all confituration
  18. options and editing commands are done via menus.  The main purpose of
  19. "Small Translate" is to provide more functionality-per-pixel for lower
  20. resolution monitors.
  21.  
  22. Every time you change from Big Translate to Small Translate, Translate
  23. will record your choice, and will start-up in that state.  You can force
  24. Translate into one state or the other by specifying "/b" or "/s" on the
  25. command line.
  26.  
  27. The "Live Translation" option specifies wether Translate should translate
  28. each character as you type it, or wait until you've entered the entire
  29. string.
  30.  
  31. If you have selected the "Ascii to String" option, you may enter
  32. multiple ascii values, each seperated by a space.  Numbers out of range
  33. (bigger than 255) will be ignored.
  34.  
  35. If you press the "Copy" button, unless you have selected some
  36. portion of the output text, the entire output is copied onto the
  37. clipboard.  If you have selected some portion of the output, only that
  38. portion is copied.  Pressing the Paste button replaces the current input
  39. box with the contents of the clipboard.
  40.  
  41. As soon as you change an option that can be saved, the "About" button
  42. will become a "Save Options" (SO) button.  It will return to an "About"
  43. button only after you save the current options (or restart the program).
  44. Options you can save include live/static translation,
  45. ascii-to-string/string-to-ascii, and decimal/hex.
  46.  
  47. There is a "Save Position" button in the "About" box.  Click this button
  48. to have Translate remember it's current position as the position to start-up
  49. in the next time (and all future times) it is run.  There is also a
  50. "Restore Position" button that will restore Translate to it's original,
  51. factory-set postion.  Although the save position button is only available
  52. on the larger form, Translate will remember that position no matter which
  53. form it defaults to.
  54.  
  55. Translate is Shareware.  If you use it often, please register it by sending
  56. $10 to the address below.  Registration entitles you to the latest version
  57. of both the Windows and DOS Translate (mailed to you if you send me a
  58. diskette and postage), and free technical support.
  59.  
  60. Erick Hammersmark
  61. 18540 1/2 Densmore Ave N
  62. Seattle, WA   98133
  63.  
  64. Internet E-Mail:  ehammers@u.washington.edu
  65.  
  66. History:
  67.  
  68. Initial release un-numbered
  69.  
  70. version .02 - added Hex output option.
  71.  
  72. version .03 - Major overhaul.  Added ascii-to-string option, live
  73.               translate option, dual forms, Save Options, Copy and
  74.               Paste, save position.
  75.  
  76. version .04 - Initial release of DOS version.  Minor bug fix regarding
  77.               "Save Options" button.
  78.  
  79. version .05 - Bug fix regarding initialization (wouldn't startup without
  80.                presence of .ini file)
  81.  
  82.